python-helloWorld


Posted by ericlight0025 on 2020-10-25

不需要在本機電腦裝環境,可以輕鬆寫python程式

Step1:

進入到線上可以撰寫python的網站
https://repl.it/languages/python3

Step2:

輸入語法

print('hello world')

Step3:

"Run"按鈕點擊執行

Step4:

最後在console區域產生結果值hello world
程式很輕鬆就可以完成練習了
可以自己學習看看哦!


#Python #helloWorld #初學者 #onlineedit







Related Posts

[25] 強制轉型 - 隱含的強制轉型、Addition Operator、Strings <> Numbers

[25] 強制轉型 - 隱含的強制轉型、Addition Operator、Strings <> Numbers

[Power BI] 讀書會 #2 Analysis Services 概念(1)

[Power BI] 讀書會 #2 Analysis Services 概念(1)

[Day 03] 觀察者模式,命令模式,轉接器模式,表象模式

[Day 03] 觀察者模式,命令模式,轉接器模式,表象模式


Comments